* s~\t+$~~
[lhc/web/wiklou.git] / includes / SpecialMostrevisions.php
index 8f7b4d0..6bc807e 100644 (file)
@@ -46,9 +46,9 @@ class MostrevisionsPage extends QueryPage {
 
                $nt = Title::makeTitle( $result->namespace, $result->title );
                $text = $wgContLang->convert( $nt->getPrefixedText() );
-               
+
                $plink = $skin->makeKnownLinkObj( $nt, $text );
-               
+
                $nl = wfMsg( 'nrevisions', $result->value );
                $nlink = $skin->makeKnownLinkObj( $nt, $nl, 'action=history' );